home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Utilities / SmartFilesystem / SFS_BETA.readme < prev    next >
Encoding:
Text File  |  1998-06-14  |  3.7 KB  |  119 lines

  1. Short:    Smart Filesystem 3rd BETA version
  2. Author:   hjohn@xs4all.nl
  3. Uploader: hjohn@xs4all.nl
  4. Type:     disk/misc
  5. Version:  0.71
  6.  
  7. ------------------------------------------------------------
  8.  
  9. This filesystem is BETA -- this means it is not finished and
  10.           may potentially destroy all your data.
  11.  
  12.                  USE AT YOUR OWN RISK!
  13.  
  14.  For more information, see http://www.xs4all.nl/~hjohn/SFS
  15.  
  16. ------------------------------------------------------------
  17.  
  18.  
  19.  
  20. What's new?
  21. -----------
  22.  
  23.   14 June 1998, changes for version 0.71:
  24.  
  25.   - BUGFIX: It was possible to open a directory as a file using
  26.     MODE_READWRITE.
  27.  
  28.   - NEW: Soft links are now supported.  You need to specify a full
  29.     path with Makelink when creating soft links.  Hard links are not
  30.     supported.
  31.  
  32.   - NEW: A new program, SFSformat, is now included in the archive.
  33.     Using this format command you can quick format a SFS disk and
  34.     specify if you want case sensitive file and directory names.
  35.  
  36.   Note: This version is compatible with the 0.67 and the 0.68
  37.         versions.  There is no need to reformat existing SFS 
  38.         partitions.
  39.  
  40.  
  41.   12 June 1998, changes for version 0.68:
  42.  
  43.   - BUGFIX: When using a Mask value which didn't end with a 'F' (like
  44.     0x7FFFFFFE for example) then SFS would sometimes damage the data
  45.     it writes to a file.  The problem occured for example when  
  46.     unpacking a LZX archive to a SFS disk.
  47.  
  48.  
  49.   1 June 1998, changes for version 0.67:
  50.  
  51.   - First BETA release.
  52.  
  53.  
  54.  
  55. Introduction
  56. ------------
  57.  
  58. Smart Filesystem is a new filesystem for your Amiga.  A
  59. filesystem's main purpose is to store files on a disk in
  60. such a way that they can be located and used quickly.  How
  61. this is done is up to the filesystem.  The way information
  62. is stored on your disk has a large impact on speed and space
  63. efficiency, and so these factors can vary a lot from
  64. filesystem to filesystem.
  65.  
  66. Smart Filesystem was created to provide you with an
  67. alternative to the Fast Fileystem.  Smart Filesystem makes
  68. more efficient use of your disk space, has better
  69. performance in most areas and will allow for new features
  70. never seen before in an Amiga filesystem.
  71.  
  72.  
  73.  
  74. Features
  75. --------
  76.  
  77.  o Fast reading of directories.
  78.  
  79.  o Fast seeking, even in extremely large files.
  80.  
  81.  o Blocksizes of 512 bytes up to 32768 bytes (32 kB) are supported.
  82.  
  83.  o Supports large partitions.  The limit is about 2000 GB, but it can
  84.    be more depending on the blocksize.
  85.  
  86.  o Support for partitions larger than 4 GB or located (partially)
  87.    beyond the 4 GB barrier on your drive.  There is support for the
  88.    New Style Devices which support 64 bit access, the 64-bit
  89.    trackdisk commands and SCSI direct.
  90.  
  91.  o The length of file and directory names can be 100 characters.
  92.  
  93.  o The size of a file is limited to slightly less than 2 GB.
  94.  
  95.  o Modifying data on your disk is very safe.  Even if your system is
  96.    resetted, crashes or suffers from powerloss your disk will not be
  97.    corrupted and will not require long validation procedures before
  98.    you will be able to use it again.  In the worst case you will
  99.    only lose the last few modifications made to the disk.
  100.  
  101.  o There is a built-in configurable read-ahead cache system which
  102.    tries to speed up small disk accesses.  This cache has as a
  103.    primary purpose to speed up directory reading but also works very
  104.    well to speed up files read by applications which use small 
  105.    buffers.
  106.  
  107.  o Disk space is used very efficiently.
  108.  
  109.  o Supports Notification and Examine All.
  110.  
  111.  o Supports Soft links (hard links are not supported for now).
  112.  
  113.  o Using the SFSformat command you can format your SFS partition with
  114.    case sensitive or case insensitive file and directory names.
  115.    Default is case insensitive (like FFS).
  116.  
  117. For more information, see http://www.xs4all.nl/~hjohn/SFS or read
  118. the included documentation.
  119.